From f84b8c1c26b6b9aa6a7f059b832b9fea98faf85d Mon Sep 17 00:00:00 2001 From: Lapo Calamandrei Date: Sun, 24 Jul 2016 18:04:51 +0200 Subject: [PATCH] Adwaita: export yet another named color for insensitive bg/fg... ...which was needed, but not there, use responsibly. --- gtk/theme/Adwaita/_colors-public.scss | 4 ++++ gtk/theme/Adwaita/gtk-contained-dark.css | 3 +++ gtk/theme/Adwaita/gtk-contained.css | 3 +++ 3 files changed, 10 insertions(+) diff --git a/gtk/theme/Adwaita/_colors-public.scss b/gtk/theme/Adwaita/_colors-public.scss index ebc64f71e3..8ccc3413cc 100644 --- a/gtk/theme/Adwaita/_colors-public.scss +++ b/gtk/theme/Adwaita/_colors-public.scss @@ -65,6 +65,10 @@ base background color of selections on backdrop windows */ text/foreground color of selections on backdrop windows */ @define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color}; +/* +insensitive color on backdrop windows*/ +@define-color unfocused_insensitive_color #{"" + $backdrop_insensitive_color}; + /* widgets main borders color */ @define-color borders #{"" +$borders_color}; diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index ac49ed6ec7..2172f95534 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -4664,6 +4664,9 @@ base background color of selections on backdrop windows */ text/foreground color of selections on backdrop windows */ @define-color theme_unfocused_selected_fg_color #ffffff; /* +insensitive color on backdrop windows*/ +@define-color unfocused_insensitive_color #566164; +/* widgets main borders color */ @define-color borders #1b1f20; /* diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index e6cceb78ec..6aff4cf3c5 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -4695,6 +4695,9 @@ base background color of selections on backdrop windows */ text/foreground color of selections on backdrop windows */ @define-color theme_unfocused_selected_fg_color #ffffff; /* +insensitive color on backdrop windows*/ +@define-color unfocused_insensitive_color #c3c3c0; +/* widgets main borders color */ @define-color borders #b6b6b3; /* -- 2.30.2